home *** CD-ROM | disk | FTP | other *** search
/ PC User 2005 May / CD / PCU0505CD.iso / software / full / coffecup / files / html2005.exe / %MAINDIR% / Snippets / Page Forwarding.snp < prev    next >
Encoding:
Text File  |  2005-02-16  |  226 b   |  10 lines

  1. <!--Client Pull- (jumping to another page automatically)
  2.  
  3. The 1 is the time delay (you can change this)
  4. and the URL is of course where you want to jump to.-->
  5.  
  6.  
  7.  
  8. <META HTTP-EQUIV=REFRESH CONTENT="1; URL=page2.html">
  9.  
  10.